MoveDown
Moves the current item in the parent combo box / dropdown list content control down one element, so that it is after the item that originally followed it.
Syntax
expression.MoveDown();
expression
- A variable that represents a ApiContentControlListEntry class.
Parameters
This method doesn't have any parameters.
Returns
boolean
Example
This example moves an item in a drop-down list or combo box content control down one item, so that it is after the item that originally followed it.
// todo_example